{% extends 'base.html' %} {% block title %}Set New Password — {{ site_settings.institute_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if site_settings.logo_light_url %} {{ site_settings.institute_name }} {% else %}
{{ site_settings.institute_name }}
{% endif %}

Almost there — set a new strong
password to secure your account.

End-to-end secure password reset
One-time verified reset link
Strong password requirements enforced
Sign in immediately after reset

© {% now "Y" %} {{ site_settings.institute_name }}. All rights reserved.

{% if site_settings.logo_dark_url %} {{ site_settings.institute_name }} {% endif %}

Set new password

Choose a strong password to protect your account.

{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}{{ error }}{% if not forloop.last %} {% endif %}{% endfor %}
{% endif %}
{% csrf_token %}
Min 8 characters, not entirely numeric.
{% if form.new_password1.errors %}
{{ form.new_password1.errors.0 }}
{% endif %}
{% if form.new_password2.errors %}
{{ form.new_password2.errors.0 }}
{% endif %}

Remember it now? Sign In

Return to Landing Page

{% endblock %} {% block extra_js %} {% endblock %}